../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(915,1): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/core.d(1149,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(508,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/concurrency.d(524,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(193,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/internal/freelistref.d(229,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(368,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(372,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9afbe5ef1543dd17758c77-vibe-core/source/vibe/core/net.d(377,4): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/common.d(634,3): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/utils/vibe/utils/array.d(653,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(223,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a87592222f1656b174a-vibe-d/crypto/vibe/crypto/cryptorand.d(406,2): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2241,31): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.expand` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.expand!().expand` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(41,25): `stdx.allocator.gc_allocator.GCAllocator.expand!().expand` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2249,31): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.reallocate` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.reallocate!().reallocate` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(64,38): `stdx.allocator.gc_allocator.GCAllocator.reallocate!().reallocate` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2270,47): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.resolveInternalPointer` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.resolveInternalPointer!().resolveInternalPointer` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(82,20): `stdx.allocator.gc_allocator.GCAllocator.resolveInternalPointer!().resolveInternalPointer` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2286,35): Error: `@safe` function `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false).CAllocatorImpl.deallocate` cannot call `@system` function `stdx.allocator.gc_allocator.GCAllocator.deallocate!().deallocate` ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/gc_allocator.d(91,38): `stdx.allocator.gc_allocator.GCAllocator.deallocate!().deallocate` is declared here ../5daf9e93bce0bf24b5a1354b-stdx-allocator/source/stdx/allocator/package.d(2021,1): Error: template instance `stdx.allocator.CAllocatorImpl!(GCAllocator, cast(Flag)false)` error instantiating ../5b9a6a87592222f1656b174a-vibe-d/stream/vibe/stream/operations.d(227,78): instantiated from here: `allocatorObject!(GCAllocator)` ../5b9a6a87592222f1656b174a-vibe-d/stream/vibe/stream/operations.d(266,21): instantiated from here: `readAll!(InterfaceProxy!(InputStream))` source/discord/w/api.d(188,40): instantiated from here: `readAllUTF8!(InterfaceProxy!(InputStream))` source/discord/w/api.d(148,7): instantiated from here: `__lambda8!(HTTPClientResponse)` source/discord/w/api.d(143,15): Error: none of the overloads of `requestHTTP` are callable using argument types `(URL, void, void)`, candidates are: ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(73,20): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(78,20): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester = cast(void delegate(scope HTTPClientRequest req))null, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(96,6): `vibe.http.client.requestHTTP(string url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/http/vibe/http/client.d(101,6): `vibe.http.client.requestHTTP(URL url, scope void delegate(scope HTTPClientRequest req) requester, scope void delegate(scope HTTPClientResponse req) responder, const(HTTPClientSettings) settings = defaultSettings())` ../5b9a6a87592222f1656b174a-vibe-d/data/vibe/data/json.d(2618,78): Deprecation: function `std.typecons.Nullable!(Snowflake).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/format.d(3618,26): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/format.d(3618,26): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. ../5b9a6a87592222f1656b174a-vibe-d/data/vibe/data/json.d(2618,78): Deprecation: function `std.typecons.Nullable!(Activity).Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. source/discord/w/gateway.d(763,8): Error: field `OpFrame.j` cannot access pointers in `@safe` code that overlap other fields source/discord/w/gateway.d(765,8): Error: field `OpFrame.e` cannot access pointers in `@safe` code that overlap other fields source/discord/w/minietf.d(448,14): Error: cast from `Atom` to `ubyte[]` not allowed in safe code source/discord/w/minietf.d(457,14): Error: cast from `Atom` to `ubyte[]` not allowed in safe code source/discord/w/minietf.d(475,11): Error: cast from `ubyte[]` to `Atom` not allowed in safe code source/discord/w/minietf.d(477,11): Error: cast from `ubyte[]` to `Atom` not allowed in safe code source/discord/w/minietf.d(504,11): Error: cast from `Atom` to `ubyte[]` not allowed in safe code source/discord/w/minietf.d(534,11): Error: cast from `Atom` to `ubyte[]` not allowed in safe code source/discord/w/types.d(38,22): Error: cast from `ubyte[]` to `string` not allowed in safe code /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/internal/array/equality.d(91,33): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/core/internal/array/equality.d(91,45): Deprecation: function `std.typecons.Nullable!string.Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after 2.096. Please use `.get` explicitly. /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.